Lucene search
+L
LinuxLinux Kernel

14985 matches found

CVE
CVE
added 2026/05/28 9:35 a.m.43 views

CVE-2026-46139

CVE-2026-46139 covers the Linux kernel SMB client: when building an ACL descriptor in build_sec_desc(), a kzalloc-based allocation fix was introduced to zero-initialize the security descriptor buffer, replacing a previous kmalloc path. The change splits struct smb_acl's __le32 num_aces into __le1...

5.5CVSS5.9AI score0.00122EPSS
Save
CVE
CVE
added 2026/05/28 9:35 a.m.43 views

CVE-2026-46141

The CVE-2026-46141 entry concerns a Linux kernel kmemleak memory leak in the powerpc/xive interrupt controller. When MSI‑X vectors are allocated for NVMe devices, the kernel stores per‑irq data in irq_data->chip_data. After a commit that untangled XIVE from child interrupt controllers, xive_ir...

5.5CVSS5.8AI score0.00121EPSS
Save
CVE
CVE
added 2026/05/28 9:35 a.m.43 views

CVE-2026-46143

The CVE-2026-46143 issue affects the Linux kernel’s ASoC component, specifically qcom: q6apm-lpass-dai. Root cause: prepare may be invoked multiple times, causing multiple graph opens in the playback path and resulting memory leaks. Mitigation in the public documents is a patch that adds a check ...

5.5CVSS5.7AI score0.00128EPSS
Save
CVE
CVE
added 2026/05/28 9:36 a.m.43 views

CVE-2026-46192

CVE-2026-46192 concerns the Linux kernel spi: microchip-core-qspi driver, where transmitting garbage data during emulated read-only dual/quad operations could brick the QSPI transfer. The issue was resolved in the kernel, with reads handled by the core via clock cycles, removing the need to emit ...

5.5CVSS5.8AI score0.00121EPSS
Save
CVE
CVE
added 2026/06/03 3:49 p.m.43 views

CVE-2026-46260

The CVE-2026-46260 entry is supported by multiple connected sources detailing a kernel IPv6 out-of-bounds read when creating an IPv6 route with RTA_NH_ID, due to fib6_info not containing trailing fib6_nh and an unsafe read of iter->fib6_nh. The fix adds a check of iter->nh before dereferenc...

7.8CVSS5.8AI score0.0012EPSS
Save
CVE
CVE
added 2026/06/03 3:50 p.m.43 views

CVE-2026-46270

In the Linux kernel, CVE-2026-46270 (rt9455) is a use-after-free race in the power_supply_changed() path of the power supply driver. The issue arises when IRQs are requested using the devm_ variant before the devm_ allocated/freed power_supply handle, causing the handle to be deallocated/unregist...

8.4CVSS5.8AI score0.00129EPSS
Save
CVE
CVE
added 2026/06/24 4:28 p.m.43 views

CVE-2026-52953

The CVE-2026-52953 issue affects the Linux kernel IOMMU VT-d subsystem, where an out-of-scope memory access could trigger a general protection fault (kernel oops) when a QEMU process is terminated. The triggering path involves domain_remove_dev_pasid and related IOMMU PASID handling, with a dummy...

7.1CVSS5.7AI score0.00133EPSS
Save
CVE
CVE
added 2026/06/24 4:29 p.m.43 views

CVE-2026-52990

The CVE-2026-52990 issue affects the Linux kernel fsnotify subsystem, where fsnotify_recalc_mask() can leak an inode reference if the HAS_IREF flag transitions from true to false and the returned inode pointer is not released. A race between adding and detaching marks may skip proper cleanup, cau...

5.5CVSS5.7AI score0.00127EPSS
Save
CVE
CVE
added 2026/06/24 4:30 p.m.43 views

CVE-2026-53061

CVE-2026-53061 is a Linux kernel issue where the dirty-mapping check for passthrough mode in dm-cache could load dirty mappings during table preload, risking data loss. The patch moves the relevant checks to the preresume phase during table preload and removes an unused function. Connected adviso...

5.5CVSS5.7AI score0.00123EPSS
Save
CVE
CVE
added 2026/06/24 4:30 p.m.43 views

CVE-2026-53078

The CVE-2026-53078 issue is a Linux kernel BPF sock_ops vulnerability. When a BPF sock_ops program accesses ctx fields with the same destination and source registers (dst_reg == src_reg), SOCK_OPS_GET_SK() and SOCK_OPS_GET_FIELD() failed to zero the destination register in the !fullsock/!locked_t...

7.8CVSS5.7AI score0.0012EPSS
Save
CVE
CVE
added 2026/06/24 4:30 p.m.43 views

CVE-2026-53085

The CVE-2026-53085 issue affects the Linux kernel BPF subsystem where the open-coded task_vma iterator reads task->mm locklessly and uses mmap_read_trylock() without taking an mm reference, risking use-after-free if the task exits concurrently. The patch reads task->mm with a trylock on all...

7.8CVSS5.7AI score0.00119EPSS
Save
CVE
CVE
added 2026/06/24 4:30 p.m.43 views

CVE-2026-53108

CVE-2026-53108 concerns a race in PowerPC64 (book3s64) PMD migration handling during unmap vs move_pages. The vulnerability arises when a PMD migration entry is created by migrate_pages while an munmap occurs, hitting a VM_BUG_ON in pmdp_huge_get_and_clear_full. The Linux kernel patch (commit a30...

4.7CVSS5.8AI score0.00077EPSS
Save
CVE
CVE
added 2026/06/24 4:30 p.m.43 views

CVE-2026-53122

CVE-2026-53122: Linux kernel bug in btrfs where flushoncommit can deadlock a reflink with a pending transaction commit when copying an inline extent beyond i_size. The issue arises from locking sequences between reflink/commit paths and delalloc/ordered extents, leading to a cycle where two tasks...

5.5CVSS5.8AI score0.00093EPSS
Save
CVE
CVE
added 2026/06/25 8:38 a.m.43 views

CVE-2026-53132

CVE-2026-53132 affects the Linux kernel vsock/virtio, where receiving zero-length packets with VIRTIO_VSOCK_SEQ_EOM could cause an unbounded skb queue growth, exhausting memory. The root cause is a miscalculation of backlog: vvs->rx_bytes + len > vvs->buf_alloc allows large queues when l...

7.1CVSS5.7AI score0.00138EPSS
Save
CVE
CVE
added 2026/06/25 8:38 a.m.43 views

CVE-2026-53149

CVE-2026-53149 affects the Linux kernel Thunderbolt code path, where __tb_property_parse_dir() may read beyond the root directory block due to missing bounds checks on content_offset/content_len. The issue could allow reading past a directory block, with high impact to confidentiality and availab...

7.1CVSS5.7AI score0.00126EPSS
Save
CVE
CVE
added 2026/06/25 8:38 a.m.43 views

CVE-2026-53178

CVE-2026-53178 is a Linux kernel issue in the rtl8723bs Wi‑Fi driver (rtw_mlme) where an unsigned underflow can occur when subtracting fixed IE offsets from ie_length. The available connected sources indicate the bug has been fixed in the kernel (staging) by adding bounds checks to ensure ie_leng...

8.1CVSS5.7AI score0.00311EPSS
Save
CVE
CVE
added 2026/06/25 8:39 a.m.43 views

CVE-2026-53201

CVE-2026-53201 affects the Linux kernel, with multiple sources (NVD, OSV, Debian security tracker, Ubuntu, etc.) describing a fix that reverts a prior optimization. The issue arises because the idle-skip optimization in the DRM/xe path can bypass GuC suspend, potentially skipping the context-swit...

7.8CVSS5.7AI score0.00175EPSS
Save
CVE
CVE
added 2026/06/25 8:39 a.m.43 views

CVE-2026-53203

CVE-2026-53203 affects the Linux kernel’s accel/ivpu component. A buffer overflow can occur when the firmware returns a metric-stream info size larger than the allocated buffer during get_info_ioctl; if this happens, the operation could copy beyond the buffer. Remediation implemented in the publi...

7.1CVSS6AI score0.00192EPSS
Save
CVE
CVE
added 2026/06/25 8:39 a.m.43 views

CVE-2026-53231

CVE-2026-53231 (Linux kernel) : The issue affects the PHY subsystem where PHY-driven SFP cages are not supported with the genphy code. Investigations show that sfp_bus_add_upstream() for genphy can deadlock because PHY probing runs under RTNL for genphy while non-genphy drivers do not. The root c...

5.5CVSS5.8AI score0.00111EPSS
Save
CVE
CVE
added 2026/06/25 8:39 a.m.43 views

CVE-2026-53248

In Linux kernel, the airoha net driver has a use-after-free in metadata_dst teardown (CVE-2026-53248). The airoha_metadata_dst_free() function frees the metadata_dst with kfree() immediately, bypassing the RCU grace period, while the RX path may hold a non-refcounted pointer from skb to the dst v...

8.8CVSS5.7AI score0.00528EPSS
Save
CVE
CVE
added 2026/06/25 8:39 a.m.43 views

CVE-2026-53261

The CVE-2026-53261 issue affects the Linux kernel devlink path: when a devlink instance obtains a nested relation before registration and probe later fails, devl_unregister() does not run for an unregistered instance, leaking devlink->rel. The fix releases any pending relation from devlink_fre...

5.5CVSS5.7AI score0.00162EPSS
Save
CVE
CVE
added 2026/06/25 8:39 a.m.43 views

CVE-2026-53272

The CVE-2026-53272 issue affects the Linux kernel’s erofs subsystem. A use-after-free on sbi->sync_decompress can occur when z_erofs_endio() queues z_erofs_decompressqueue_work() and, after folios are unlocked, the unmount path completes with sbi freed before sbi->sync_decompress is accesse...

7.8CVSS5.7AI score0.0017EPSS
Save
CVE
CVE
added 2026/07/19 9:10 a.m.43 views

CVE-2026-53367

CVE-2026-53367 is a Linux kernel vulnerability affecting SELinux auditing. The per-task avdcache was incorrectly saving and reusing the auditing vector produced by avc_audit_required(), instead of recomputing it from the currently requested permissions and distinguishing denied vs allowed outcome...

5.5CVSS5.4AI score0.00124EPSS
Save
CVE
CVE
added 2026/07/19 10:02 a.m.43 views

CVE-2026-53377

CVE-2026-53377 affects the Linux kernel DRM MSM driver. The GPU recovery path (Recover_worker) could fail to trigger recovery when no new work is submitted, leaving the GPU hung and potentially causing timeouts or unavailability. The fix changes Recover_worker to always recover the GPU (increment...

5.5CVSS5.4AI score0.00123EPSS
Save
CVE
CVE
added 2026/07/19 12:02 p.m.43 views

CVE-2026-63803

The CVE-2026-63803 has concrete technical details in the Linux kernel: hdlc_ppp timers for PPP LCP/IPCP/IPV6CP in struct ppp are not synchronized on teardown due to a missing .detach callback, causing a use-after-free when a ppp_timer dereferences freed memory. The fix adds a detach helper that c...

7.8CVSS5.4AI score0.00133EPSS
Save
CVE
CVE
added 2026/07/19 12:02 p.m.43 views

CVE-2026-63807

CVE-2026-63807 concerns the Linux kernel KVM: x86/mmu path. The issue arises when recovering hugepages in the shadow MMU, where the base guest frame number (gfn) of a shadow page must be verified to be within the target memslot before querying the max mapping level. If the gfn is not pre-checked,...

8.8CVSS5.5AI score0.00137EPSS
Save
CVE
CVE
added 2026/07/19 3:40 p.m.43 views

CVE-2026-64098

CVE-2026-64098 affects the Linux kernel’s VirtIO GPU driver. The issue arises when virtio_gpu_cursor_plane_update() and virtio_gpu_resource_flush() acquire the framebuffer dma_resv via virtio_gpu_array_lock_resv() and ignore the return value. The lock can fail (-EINTR or -ENOMEM), leaving the res...

7.8CVSS5.3AI score0.00113EPSS
Save
CVE
CVE
added 2026/07/19 3:40 p.m.43 views

CVE-2026-64160

CVE-2026-64160 involves a Linux kernel netfs issue where tearing could occur in remote_i_size and zero_point updates. The fix copies i_size_read() and i_size_write() and uses the same seqcount as i_size to prevent i_size_seqcount corruption, and requires netfslib and filesystems using it to hold ...

9.8CVSS5.4AI score0.00407EPSS
Save
CVE
CVE
added 2026/07/19 3:40 p.m.43 views

CVE-2026-64171

The CVE refers to the Linux kernel i2c Tegra driver. Root cause: a mutex_lock failure in tegra_i2c_mutex_lock() could return without pm_runtime_put(), leaking the runtime PM reference acquired by pm_runtime_get_sync(). Consequence: the affected device could fail to enter runtime suspend, increasi...

5.5CVSS5.3AI score0.0008EPSS
Save
CVE
CVE
added 2026/07/19 3:41 p.m.43 views

CVE-2026-64175

CVE-2026-64175 concerns the Linux kernel’s iwlwifi/iwl_mld stack. When the Intel BE201 Wi‑Fi 7 firmware restarts after a crash, the TX path lacked a guard like the RX path, so iwl_mld_tx_from_txq() could dequeue and push frames to the transport layer while the firmware was dead. This caused iwl_t...

7.5CVSS5.4AI score0.00349EPSS
Save
CVE
CVE
added 2026/07/19 3:41 p.m.43 views

CVE-2026-64178

The CVE-2026-64178 issue is in the Linux kernel Bluetooth BNEP implementation. A use-after-free can occur when reading dev->name during bnep_add_connection() because the underlying net_device may be freed concurrently by bnep_del_connection(). The root cause is that bnep_add_connection() did n...

8.8CVSS5.3AI score0.00249EPSS
Save
CVE
CVE
added 2026/07/24 3:23 p.m.43 views

CVE-2026-64211

CVE-2026-64211 affects the Linux kernel SRCU: during CPU state transitions, tree SRCU could queue workqueue callbacks to CPUs that are not online or will never be online (including imaginary CPUs). The issue could cause hangs on s390 due to scheduling workqueue handlers on such CPUs. The referenc...

5.5CVSS5.8AI score0.00107EPSS
Save
CVE
CVE
added 2026/07/24 3:23 p.m.43 views

CVE-2026-64219

CVE-2026-64219 affects the Linux kernel drm/amd/display path, specifically dc_process_dmub_aux_transfer_async, where payload->length is copied into a 16-byte stack buffer (dpaux.data[16]) guarded only by an ASSERT(). If length > 16, this can cause a stack-based overflow; additionally, dc-&g...

7CVSS6AI score0.00135EPSS
Save
CVE
CVE
added 2026/07/25 8:49 a.m.43 views

CVE-2026-64282

CVE-2026-64282 affects Linux kernel KVM on arm64. Root cause: kvm_translate_vncr() may race MMU notifier and fail to release a faulted PFN, leading to PFN leak/resource exhaustion. Fix: add kvm_release_faultin_page() for unused PFNs. Public advisories (Ubuntu/OpenSUSE/SUSE/RH/Debian OSV entries) ...

4.7CVSS5.8AI score0.00105EPSS
Save
CVE
CVE
added 2026/07/25 8:49 a.m.43 views

CVE-2026-64284

CVE-2026-64284 — Linux kernel (KVM/x86): The vulnerability involves moving the handling of fastpath userspace exits into vendor code so KVM can run vendor-specific operations before userspace gains control of the vCPU. The description notes that, for VMX (and soon SVM), KVM must flush the PML buf...

7.1CVSS5.9AI score0.00126EPSS
Save
CVE
CVE
added 2026/07/25 8:49 a.m.43 views

CVE-2026-64302

CVE-2026-64302 is a memory leak in the Linux kernel (x86/mm) introduced by commit bf9e4e30f353, which switched page-table freeing to pagetable_free(). The function was also used to free vmemmap pages , but since vmemmap pages are not compound pages, __free_pages(page, compound_order(page)) only f...

5.5CVSS5.8AI score0.00153EPSS
Save
CVE
CVE
added 2026/07/25 8:49 a.m.43 views

CVE-2026-64310

CVE-2026-64310 is a denial-of-service flaw in the Linux kernel's crypto: ccp component (AMD Secure Encrypted Virtualization). When SEV initialization fails while KVM is actively running VMs, a local user with access to /dev/sev can trigger SEV-only ioctls (e.g., SEV_PDH_GEN). The buggy sev_move_t...

5.5CVSS5.9AI score0.00169EPSS
Save
CVE
CVE
added 2026/07/25 8:50 a.m.43 views

CVE-2026-64388

Summary: CVE-2026-64388 affects the Linux kernel SMB client when using SMB3 POSIX Extensions, where chown/chgrp updates could be ignored unless CIFS_MOUNT_CIFS_ACL or CIFS_MOUNT_MODE_FROM_SID are also set. The root cause is a missing check for posix_extensions in cifs_setattr_nounix() during UID/...

7.8CVSS5.8AI score0.0012EPSS
Save
CVE
CVE
added 2026/07/25 8:50 a.m.43 views

CVE-2026-64393

The CVE-2026-64393 issue affects the Linux kernel ksmbd component. SMB2 SET_INFO handlers performed path-based VFS checks using the current ksmbd worker credentials rather than the credentials that opened the handle, potentially bypassing security checks. The fix captures the opener credentials a...

9.1CVSS5.7AI score0.00479EPSS
Save
CVE
CVE
added 2026/07/25 8:50 a.m.43 views

CVE-2026-64404

CVE-2026-64404 is a NULL pointer dereference in the Linux kernel's Bluetooth ISO subsystem , specifically in the iso_conn_big_sync() function. The function drops the socket lock to call hci_get_route() and re-acquires it, but dereferences iso_pi(sk)->conn->hcon without re-validating that co...

5.5CVSS5.7AI score0.00122EPSS
Save
CVE
CVE
added 2026/07/25 8:50 a.m.43 views

CVE-2026-64409

CVE-2026-64409 is a denial-of-service vulnerability in the Linux kernel's btmtksdio Bluetooth SDIO driver. The root cause is an incorrect time_is_before_jiffies() check in btmtksdio_txrx_work(): the timeout condition is inverted, so once the 5-second limit is exceeded the loop condition becomes a...

5.5CVSS5.7AI score0.00123EPSS
Save
CVE
CVE
added 2026/07/25 8:50 a.m.43 views

CVE-2026-64415

CVE-2026-64415 is a softlockup vulnerability in the Linux kernel's mm/swap component, specifically in swap_reclaim_full_clusters(). Under heavy memory and swap stress (observed during LTP stress on a 320-CPU arm64 machine with ~1 TB RAM and an 8.6 GB swap device), the function can run for an exte...

5.5CVSS5.8AI score0.00094EPSS
Save
CVE
CVE
added 2026/07/25 8:51 a.m.43 views

CVE-2026-64439

CVE-2026-64439: In the Linux kernel, the krb5 AEAD path could free a buffer while an async AEAD worker still held a pointer, causing a use-after-free (KASAN). The fix filters out async AEAD implementations at allocation time in krb5_aead_encrypt()/krb5_aead_decrypt() and corresponding rfc3961_sim...

9.8CVSS5.8AI score0.0043EPSS
Save
CVE
CVE
added 2025/06/18 11:00 a.m.42 views

CVE-2022-49955

Summary of CVE-2022-49955 : This vulnerability concerns the Linux kernel’s powerpc/rtas code, where MSR[HV] handling for IBM Cell during RTAS entry could crash the system. The root cause, as described across sources, is a mismatch in how MSR[HV] is treated when RTAS is invoked (firmware/RTAS inte...

5.5CVSS6.4AI score0.00179EPSS
Save
CVE
CVE
added 2025/09/15 2:02 p.m.42 views

CVE-2022-50244

CVE-2022-50244 affects the Linux kernel code path in cxl_pci_init_afu|adapter() where a failed device_register() leaves a not-added device and leads to a potential null pointer dereference if device_unregister() is called in the error path. The fix splits unregister logic into device_del() and pu...

5.5CVSS6.1AI score0.0016EPSS
Save
CVE
CVE
added 2025/09/15 2:02 p.m.42 views

CVE-2022-50257

The CVE-2022-50257 issue is in the Linux kernel Xen grant handling (xen/gntdev) where partial grant mapping failures could leak grants. In paravirtualized domains (use_ptemod = true), alloced was not updated for all successful map_ops or kmap_ops, risking incorrect live_grants and leaks. The fix ...

5.5CVSS6.1AI score0.0016EPSS
Save
CVE
CVE
added 2025/09/15 2:21 p.m.42 views

CVE-2022-50271

CVE-2022-50271 affects the Linux kernel’s vhost/vsock code. The issue arises when copying large files over SFTP over vsock, where data sizes commonly reach 32 kB and kmalloc may allocate many 32 kB chunks, leading to a page allocation failure (example: vhost-5837). The root cause is an inefficien...

5.5CVSS6.1AI score0.00156EPSS
Save
CVE
CVE
added 2025/09/15 2:45 p.m.42 views

CVE-2022-50296

CVE-2022-50296 affects the Linux kernel where cpu_max_bits_warn() would warn when CONFIG_CPUMASK_OFFSTACK and CONFIG_DEBUG_PER_CPU_MAPS are enabled while displaying /proc/cpuinfo. The root cause is using NR_CPUS to iterate CPUs instead of the runtime limit nr_cpu_ids, which leads to a runtime war...

5.5CVSS6.1AI score0.00159EPSS
Save
CVE
CVE
added 2025/09/15 2:46 p.m.42 views

CVE-2022-50314

The CVE-2022-50314 issue affects the Linux kernel nbd subsystem. When a signal interrupts nbd_start_device_ioctl() while waiting for inflight I/Os to complete, a hung task could occur. The fix clears the queue (not just shutdown) on signal interruption to nbd_start_device_ioctl(), mitigating the ...

5.5CVSS6.1AI score0.00156EPSS
Save
CVE
CVE
added 2025/09/15 2:48 p.m.42 views

CVE-2022-50322

CVE-2022-50322 affects the Linux kernel RTC driver (msc313) where a function prototype mismatch in msc313_rtc_probe() was exposed under Clang with kCFI (CONFIG_CFI_CLANG). The indirect call validation failed when clk_disable_unprepare() did not match devm_add_action_or_reset() callback prototypes...

5.5CVSS5.9AI score0.00154EPSS
Save
Total number of security vulnerabilities14985